From: Glenn Morris Date: Sat, 18 Feb 2012 19:04:28 +0000 (-0800) Subject: * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~719 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=58f3956d18cfd6984c6abdfb496016e52c2d0ed2;p=emacs.git * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version. (ps feature freeze anyone?) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d899314e5b2..833bc0a87ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-18 Glenn Morris + + * saveplace.el (save-place-ignore-files-regexp): Add :version. + 2012-02-18 Eli Zaretskii * international/characters.el (script-list): Sync with the latest diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 5850d2b8d33..9c3ce077b7a 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -135,6 +135,7 @@ removable and network volumes." "Regexp matching files for which no location should be recorded. Useful for temporary file such as commit message files that are automatically created by the VCS." + :version "24.1" :type 'regexp :group 'save-place) (defun toggle-save-place (&optional parg)